Hi..
Through my program i use some connections to sockets and it did seem to work earlier but not anymore after I changed define to char[].
FROM:
TO:Code:define PORTlastNumber 6; define PORT 24006; define HOST "smr"; define DIRSIZE 19000;//8192 define SmrDemoAddress;
I did it because I needed to use the portnumber elsewhere and made it global, but now it does not want proceed when reached Hostname, it simply stalls.. And I cannot write the value of HOST om the screen without it just stalls..Code:int PORTlastNumber = 6; int PORT = 24006; char HOST[] = "smr"; int DIRSIZE = 19000;//8192 int SmrDemoAddress;
Please help me..



